Boolean Operators for using booleans on the selected objects #34502

Closed
opened 2013-03-03 00:08:25 +01:00 by Jonathan Williamson · 5 comments

Project: Blender Extensions
Tracker: Py Scripts Upload
Blender: 2.66
Category: 3D View
Python: 3.2
Homepage: http://github.com/cgcookie/script-bakery
Script name: Boolean Operators
Wiki page: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/booleanoperators
Author(s): Jonathan Williamson
Status: Open

%%%This add-on allows you to boolean the selected objects directly without the need to add modifiers. It creates a Boolean Tools section in the 3D View Toolbar, and creates a menu for the boolean operators which you can call with the hotkey of CTRL+SHIFT+B.
%%%

**Project**: Blender Extensions **Tracker**: Py Scripts Upload **Blender**: 2.66 **Category**: 3D View **Python**: 3.2 **Homepage**: http://github.com/cgcookie/script-bakery **Script name**: Boolean Operators **Wiki page**: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/booleanoperators **Author(s)**: Jonathan Williamson **Status**: Open %%%This add-on allows you to boolean the selected objects directly without the need to add modifiers. It creates a Boolean Tools section in the 3D View Toolbar, and creates a menu for the boolean operators which you can call with the hotkey of CTRL+SHIFT+B. %%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

%%%Version 0.3 of Boolean Operators adds error messages when input is incorrect. These are reported to the Info bar.

It now reports to the user when they have either no objects selected, one object selected, or too many objects selected.%%%

%%%Version 0.3 of Boolean Operators adds error messages when input is incorrect. These are reported to the Info bar. It now reports to the user when they have either no objects selected, one object selected, or too many objects selected.%%%

%%%Hello Jonathan,

Using your add-on (version 0.4 with Blender 2.68a r58537, OS Win7Pro, 64bit) I noticed the following error/warning messages in the console when I disable it:

Exception in module unregister(): 'D:\Blender_2.68_stable\2.68\scripts\addons_contrib\object_booleans.py'
Traceback (most recent call last):

File "D:\Blender_2.68_stable\2.68\scripts\modules\addon_utils.py", line 350, in disable
  mod.unregister()
File "D:\Blender_2.68_stable\2.68\scripts\addons_contrib\object_booleans.py", line 142, in unregister
  wm.keyconfigs.addon.keymaps.remove(km)

AttributeError: 'bpy_prop_collection' object has no attribute 'remove'

Regards
%%%

%%%Hello Jonathan, Using your add-on (version 0.4 with Blender 2.68a r58537, OS Win7Pro, 64bit) I noticed the following error/warning messages in the console when I disable it: Exception in module unregister(): 'D:\\Blender_2.68_stable\\2.68\\scripts\\addons_contrib\\object_booleans.py' Traceback (most recent call last): ``` File "D:\Blender_2.68_stable\2.68\scripts\modules\addon_utils.py", line 350, in disable mod.unregister() File "D:\Blender_2.68_stable\2.68\scripts\addons_contrib\object_booleans.py", line 142, in unregister wm.keyconfigs.addon.keymaps.remove(km) ``` AttributeError: 'bpy_prop_collection' object has no attribute 'remove' Regards %%%
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brendon Murphy self-assigned this 2014-10-22 03:24:13 +02:00
Member

This Patch has already been accepted. Archiving.

This Patch has already been accepted. Archiving.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#34502
No description provided.